From: Eli Zaretskii Date: Sat, 22 Jun 2024 12:14:19 +0000 (+0300) Subject: ; * src/xfns.c (unwind_create_frame): Add missing definition. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~947 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=150e2b979c1f5c9fac4726b7775217d5b0330954;p=emacs.git ; * src/xfns.c (unwind_create_frame): Add missing definition. --- diff --git a/src/xfns.c b/src/xfns.c index 5ba4a78ac9d..9bc2f794849 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4757,6 +4757,7 @@ unwind_create_frame (Lisp_Object frame) free_glyphs (f); #if defined GLYPH_DEBUG && defined ENABLE_CHECKING /* Check that reference counts are indeed correct. */ + struct x_display_info *dpyinfo = FRAME_DISPLAY_INFO (f); eassert (dpyinfo->reference_count == dpyinfo_refcount); #endif /* GLYPH_DEBUG && ENABLE_CHECKING */ return Qt;